Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the duration string format supported by core implementations #200

Merged
merged 2 commits into from
Sep 3, 2021

Conversation

TristonianJones
Copy link
Collaborator

Update the spec to indicate the duration string format supported by the core CEL implementations:

Update the spec to indicate the format supported by C++, Java, and Go:
https://github.com/abseil/abseil-cpp/blob/master/absl/time/time.h#L577
https://github.com/ThreeTen/threeten-extra/blob/master/src/main/java/org/threeten/extra/AmountFormats.java#L327
https://pkg.go.dev/time#ParseDuration

Closes #185

@TristonianJones TristonianJones merged commit 79e4aba into google:master Sep 3, 2021
@TristonianJones TristonianJones deleted the duration-spec-update branch September 3, 2021 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support an easier to use duration string
1 participant